home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
skecthpad.swf
/
scripts
/
frame_34
/
DoAction.as
Wrap
Text File
|
2008-04-25
|
689b
|
23 lines
if(_root.submscore == true)
{
scoretable.filename = "scores/drawinggamedx.sco";
scoretable.scoresize = 10;
scoretable.action = "INSERT";
scoretable.viewtype = "FLASH";
scoretable.winname = _root.pusher;
scoretable.winscore = _root.score;
System.security.allowDomain("eviludy.net");
scoretable.loadVariables(_root.xfile,"GET");
}
else
{
scoretable.filename = "scores/drawinggamedx.sco";
scoretable.scoresize = 10;
scoretable.action = "INSERT";
scoretable.viewtype = "FLASH";
scoretable.winname = "None";
scoretable.winscore = 0;
System.security.allowDomain("eviludy.net");
scoretable.loadVariables(_root.xfile,"GET");
}